home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
infoROM 17,000 Product Descriptions for Business
/
infoROM Product Descriptions for Business - ESX Interactive.ISO
/
argdemos
/
nexsys
/
acad.lsp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Lisp/Scheme
|
1993-06-21
|
357 b
|
24 lines
; startup for demo
;
; Derrick Oswald
; Nexsys Consulting Inc.
; 44 Douglas Drive
; Ayr, Ontario
; N0B 1E0
; (519) 632-8243
; (519) 632-8244 FAX
;
(defun s::startup ()
; load the ovly ads program
; now done by acad.ads file
; (xload "ovly")
; load the demo lisp program
(load "demo")
; run the demo
(c:demo)
(princ))